Docs Menu
API Developer Guide / middleware / pub / graphQL / reset / java / applyGraphQLSchema

Service: applyGraphQLSchema

This service will apply GraphQL Schema to the data in JSON format

Input Parameter:

Name Type Description
gQuery: String GraphQL Query
fqn: String Fully Qualified Name(It uniquely identifies the item's position, allowing precise reference and differentiation.)
data: Document JSON data

Output Parameter:

Name Type Description
Execution Result: Document Provides the result information
Errors: Document
message: String Error Messages
locations: Document Array
line: Number GraphQL Script Line
column: Number GraphQL Script Column
extensions: Document
classification: String
rootObject: Object First Root Object
error: String Error Message