Constructor and Description |
---|
DefaultGraphQL() |
Modifier and Type | Method and Description |
---|---|
Type |
createDynamicType(String typeName,
Map<String,Type> fieldTypes)
Create a DynamicType object
|
Map<String,Type> |
getDynamicTypeFields(Type type)
Get a dynamic type's field names and the field types
|
boolean |
isDynamicType(Type type)
Get whether a type is a 'dynamic type' where the fields are provided at runtime
|
public boolean isDynamicType(Type type)
GraphQL
isDynamicType
in interface GraphQL
public Type createDynamicType(String typeName, Map<String,Type> fieldTypes)
GraphQL
createDynamicType
in interface GraphQL
Copyright © 2003–2019 Atlassian. All rights reserved.