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 typesboolean
isDynamicType
(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:GraphQL
Get whether a type is a 'dynamic type' where the fields are provided at runtime- Specified by:
isDynamicType
in interfaceGraphQL
-
createDynamicType
Description copied from interface:GraphQL
Create a DynamicType object- Specified by:
createDynamicType
in interfaceGraphQL
-
getDynamicTypeFields
Description copied from interface:GraphQL
Get a dynamic type's field names and the field types- Specified by:
getDynamicTypeFields
in interfaceGraphQL
-