Interface GetPlatformGraphqlConnectionApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,GraphqlClient
public interface GetPlatformGraphqlConnectionApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedGraphqlConnection<RootRDFQueryQuery,RootRDFQuery>
getPlatformGraphqlConnection()
Get a GraphQL connection for the platform APIO.
-
-
-
Method Detail
-
getPlatformGraphqlConnection
TypedGraphqlConnection<RootRDFQueryQuery,RootRDFQuery> getPlatformGraphqlConnection()
Get a GraphQL connection for the platform APIO.
-
-