Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save felix-weizman-deel/47c1d22c83780084e34ebfb85c35df75 to your computer and use it in GitHub Desktop.

Select an option

Save felix-weizman-deel/47c1d22c83780084e34ebfb85c35df75 to your computer and use it in GitHub Desktop.
schema.json
{
"data": {
"__schema": {
"queryType": {
"name": "Query"
},
"mutationType": {
"name": "Mutation"
},
"subscriptionType": null,
"types": [
{
"kind": "OBJECT",
"name": "Query",
"fields": [
{
"name": "transaction",
"args": [
{
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "TransactionNode",
"ofType": null
}
},
{
"name": "allTransaction",
"args": [
{
"name": "counterParty",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "business",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "paymentStatus",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "id",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "createdAt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "updatedAt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "TransactionNodeDefaultConnection",
"ofType": null
}
},
{
"name": "document",
"args": [
{
"name": "id",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "DocumentNode",
"ofType": null
}
},
{
"name": "allDocs",
"args": [
{
"name": "text",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "docUrl",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "business",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "id",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "createdAt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "updatedAt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "DocumentNodeDefaultConnection",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "ID",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "TransactionNode",
"fields": [
{
"name": "id",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"name": "createdAt",
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
{
"name": "updatedAt",
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Node",
"ofType": null
},
{
"kind": "INTERFACE",
"name": "DjangoNode",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INTERFACE",
"name": "Node",
"fields": [
{
"name": "id",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "TransactionNode",
"ofType": null
},
{
"kind": "OBJECT",
"name": "DocumentNode",
"ofType": null
},
{
"kind": "OBJECT",
"name": "Record",
"ofType": null
}
]
},
{
"kind": "INTERFACE",
"name": "DjangoNode",
"fields": [
{
"name": "id",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "TransactionNode",
"ofType": null
},
{
"kind": "OBJECT",
"name": "DocumentNode",
"ofType": null
},
{
"kind": "OBJECT",
"name": "Record",
"ofType": null
}
]
},
{
"kind": "SCALAR",
"name": "DateTime",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "String",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Int",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "TransactionNodeDefaultConnection",
"fields": [
{
"name": "pageInfo",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
}
},
{
"name": "edges",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TransactionNodeEdge",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "PageInfo",
"fields": [
{
"name": "hasPreviousPage",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
},
{
"name": "startCursor",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "endCursor",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "hasNextPage",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Boolean",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "TransactionNodeEdge",
"fields": [
{
"name": "cursor",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"name": "node",
"args": [],
"type": {
"kind": "OBJECT",
"name": "TransactionNode",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DocumentNode",
"fields": [
{
"name": "id",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"name": "fullUrl",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "text",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "docUrl",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "createdAt",
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
{
"name": "updatedAt",
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Node",
"ofType": null
},
{
"kind": "INTERFACE",
"name": "DjangoNode",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DocumentNodeDefaultConnection",
"fields": [
{
"name": "pageInfo",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
}
},
{
"name": "edges",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DocumentNodeEdge",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DocumentNodeEdge",
"fields": [
{
"name": "cursor",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"name": "node",
"args": [],
"type": {
"kind": "OBJECT",
"name": "DocumentNode",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Mutation",
"fields": [
{
"name": "introduceRecord",
"args": [
{
"name": "input",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "IntroduceRecordInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "IntroduceRecordPayload",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "IntroduceRecordInput",
"fields": null,
"inputFields": [
{
"name": "clientMutationId",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "referenceNumber",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "docId",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "businessId",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "counterPartyId",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "recordType",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IntroduceRecordPayload",
"fields": [
{
"name": "clientMutationId",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"name": "record",
"args": [],
"type": {
"kind": "OBJECT",
"name": "Record",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Record",
"fields": [
{
"name": "id",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
{
"name": "type",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "referenceNumber",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "document",
"args": [],
"type": {
"kind": "OBJECT",
"name": "DocumentNode",
"ofType": null
}
},
{
"name": "businessTransaction",
"args": [],
"type": {
"kind": "OBJECT",
"name": "TransactionNode",
"ofType": null
}
},
{
"name": "createdAt",
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
{
"name": "updatedAt",
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
{
"name": "dueDate",
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
{
"name": "discountPercent",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
{
"name": "hours",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Node",
"ofType": null
},
{
"kind": "INTERFACE",
"name": "DjangoNode",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Float",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Schema",
"fields": [
{
"name": "types",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type"
}
}
}
}
},
{
"name": "queryType",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
},
{
"name": "mutationType",
"args": [],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
{
"name": "subscriptionType",
"args": [],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
{
"name": "directives",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Directive"
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Type",
"fields": [
{
"name": "kind",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "__TypeKind",
"ofType": null
}
}
},
{
"name": "name",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "description",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "fields",
"args": [
{
"name": "includeDeprecated",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Field",
"ofType": null
}
}
}
},
{
"name": "interfaces",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
}
},
{
"name": "possibleTypes",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
}
},
{
"name": "enumValues",
"args": [
{
"name": "includeDeprecated",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__EnumValue",
"ofType": null
}
}
}
},
{
"name": "inputFields",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
}
}
},
{
"name": "ofType",
"args": [],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "__TypeKind",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "SCALAR"
},
{
"name": "OBJECT"
},
{
"name": "INTERFACE"
},
{
"name": "UNION"
},
{
"name": "ENUM"
},
{
"name": "INPUT_OBJECT"
},
{
"name": "LIST"
},
{
"name": "NON_NULL"
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Field",
"fields": [
{
"name": "name",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"name": "description",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "args",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue"
}
}
}
}
},
{
"name": "type",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
},
{
"name": "isDeprecated",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
},
{
"name": "deprecationReason",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__InputValue",
"fields": [
{
"name": "name",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"name": "description",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "type",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
},
{
"name": "defaultValue",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__EnumValue",
"fields": [
{
"name": "name",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"name": "description",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "isDeprecated",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
},
{
"name": "deprecationReason",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Directive",
"fields": [
{
"name": "name",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"name": "description",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"name": "locations",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "__DirectiveLocation"
}
}
}
}
},
{
"name": "args",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue"
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "__DirectiveLocation",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "QUERY"
},
{
"name": "MUTATION"
},
{
"name": "SUBSCRIPTION"
},
{
"name": "FIELD"
},
{
"name": "FRAGMENT_DEFINITION"
},
{
"name": "FRAGMENT_SPREAD"
},
{
"name": "INLINE_FRAGMENT"
}
],
"possibleTypes": null
}
],
"directives": [
{
"name": "include",
"args": [
{
"name": "if",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
}
],
"onOperation": false,
"onFragment": true,
"onField": true
},
{
"name": "skip",
"args": [
{
"name": "if",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
}
],
"onOperation": false,
"onFragment": true,
"onField": true
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment