Docs Menu
- Introduction to Syncloop
- Quick Start Syncloop
-
API Developer Guide
-
middleware
-
pub
- adapter
- authorization
- client
- collection
- date
- docList
- file
- graphQL
- io
- json
- jwt
- math
- platform
- security
- server
- service
- specs
- sql
- string
- bytesToHexString
- bytesToString
- compare
- compareStrings
- concat
- decodeBase64
- decodeHTML
- encodeBase64
- encodeHTML
- equals
- equalsIgnoreCase
- escapeSQL
- fromXML
- htmlDecode
- htmlEncode
- indexOf
- isAlphanumeric
- isBlank
- isDate
- isEmpty
- isNumber
- length
- lookupDict
- maskString
- messageDigest
- messageFormat
- NullOrWhiteSpc
- objectToString
- padLeft
- replace
- rightPad
- stringConcat
- stringIndexOf
- stringToBytes
- subString
- TextArrayToTextString
- TextListCollector
- tokenize
- toLower
- toString
- toUpper
- trim
- urlDecode
- tenant
- util
- xml
-
pub
-
middleware
- User Guide
- FAQs
- Java Docs
- Blogs
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 |