Docs Menu
API Developer Guide / middleware / pub / graphQL / reset / flow / applyGraphQL

Service: applyGraphQL

This service applies GraphQL operations to the provided data

Input Parameter:

Name Type Description
*gqlData: Document Array GraphQL Data
data: Document Data in JSON format
fqn: String Fully Qualified Name
gQuery: String GraphQL Query
schema: String GraphQL Schema
connection: String Connection String

Output Parameter:

Name Type Description
Execution Result: Document This section contains information about the execution result of the GraphQL operation
Errors: Document information about any errors encountered during execution.
message: String Error Messages
locations: Document Array Describes the location of errors in the GraphQL script.
line: Number GraphQL Script Line
column: Number GraphQL Script Column
extensions: Document Additional information related to the execution
classification: String Classification of the execution
rootObject: Object First Root Object
error: String Error Message
*multipart: Object Send files and data over to an HTTP Server