com.datastax.stargate.sdk.gql.test.ApiGraphQLTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stargate-sdk Show documentation
Show all versions of stargate-sdk Show documentation
Connect to Stargate Data Gateway
package com.datastax.stargate.sdk.gql.test;
/**
* Constant for test Document API.
*
* @author Cedrick LUNVEN (@clunven)
*/
public interface ApiGraphQLTest {
/** Test constant. */
String TEST_KEYSPACE = "java";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy