Class DefaultGraphQL
java.lang.Object
com.atlassian.confluence.plugins.restapi.graphql.DefaultGraphQL
- All Implemented Interfaces:
GraphQL
- Since:
- 6.12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDynamicType(String typeName, Map<String, Type> fieldTypes) Create a DynamicType objectgetDynamicTypeFields(Type type) Get a dynamic type's field names and the field typesbooleanisDynamicType(Type type) Get whether a type is a 'dynamic type' where the fields are provided at runtime
-
Constructor Details
-
DefaultGraphQL
public DefaultGraphQL()
-
-
Method Details
-
isDynamicType
Description copied from interface:GraphQLGet whether a type is a 'dynamic type' where the fields are provided at runtime- Specified by:
isDynamicTypein interfaceGraphQL
-
createDynamicType
Description copied from interface:GraphQLCreate a DynamicType object- Specified by:
createDynamicTypein interfaceGraphQL
-
getDynamicTypeFields
Description copied from interface:GraphQLGet a dynamic type's field names and the field types- Specified by:
getDynamicTypeFieldsin interfaceGraphQL
-