public interface GraphQL
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
|
Copyright © 2003–2021 Atlassian. All rights reserved.