api.engager.ecbsn.com Open in urlscan Pro
23.37.53.143  Public Scan

Submitted URL: http://api.engager.ecbsn.com/
Effective URL: https://api.engager.ecbsn.com/
Submission: On February 17 via manual from US — Scanned from PL

Form analysis 0 forms found in the DOM

Text Content

History
✕

GraphiQL

PrettifyHistory
Docs

xxxxxxxxxx



 
1

# Welcome to GraphiQL

2

#

3

# GraphiQL is an in-browser tool for writing, validating, and

4

# testing GraphQL queries.

5

#

6

# Type queries into this side of the screen, and you will see intelligent

7

# typeaheads aware of the current GraphQL type schema and live syntax and

8

# validation errors highlighted within the text.

9

#

10

# GraphQL queries typically start with a "{" character. Lines that starts

11

# with a # are ignored.

12

#

13

# An example GraphQL query might look like:

14

#

15

#     {

16

#       field(arg: "value") {

17

#         subField

18

#       }

19

#     }

20

#

21

# Keyboard shortcuts:

22

#

23

#  Prettify Query:  Shift-Ctrl-P (or press the prettify button above)

24

#

25

#       Run Query:  Ctrl-Enter (or press the play button above)

26

#

27

#   Auto Complete:  Ctrl-Space (or just start typing)

28

#

29

​

30

​



Query Variables

xxxxxxxxxx



 
1

​




xxxxxxxxxx



 

{

  "errors": [

    {

      "message": "Validation error of type FieldUndefined: Field 'queryType' in type '__Schema' is undefined @ '__schema/queryType'",

      "locations": [

        {

          "line": 5,

          "column": 7

        }

      ]

    },

    {

      "message": "Validation error of type FieldUndefined: Field 'mutationType' in type '__Schema' is undefined @ '__schema/mutationType'",

      "locations": [

        {

          "line": 6,

          "column": 7

        }

      ]

    },

    {

      "message": "Validation error of type FieldUndefined: Field 'types' in type '__Schema' is undefined @ '__schema/types'",

      "locations": [

        {

          "line": 7,

          "column": 7

        }

      ]

    },

    {

      "message": "Validation error of type FieldUndefined: Field 'directives' in type '__Schema' is undefined @ '__schema/directives'",

      "locations": [

        {

          "line": 10,

          "column": 7

        }

      ]

    },

    {

      "message": "Validation error of type FieldUndefined: Field 'kind' in type '__Type' is undefined @ 'FullType/kind'",

      "locations": [

        {

          "line": 22,

          "column": 5

        }

      ]

    },

    {

      "message": "Validation error of type FieldUndefined: Field 'name' in type '__Type' is undefined @ 'FullType/name'",

      "locations": [

        {

          "line": 23,

          "column": 5

        }

      ]

    },

    {

      "message": "Validation error of type FieldUndefined: Field 'description' in type '__Type' is undefined @ 'FullType/description'",

      "locations": [

        {

          "line": 24,

          "column": 5

        }

      ]

    },

    {

      "message": "Validation error of type FieldUndefined: Field 'fields' in type '__Type' is undefined @ 'FullType/fields'",

      "locations": [

        {

          "line": 25,

          "column": 5

        }

      ]

    },

    {

      "message": "Validation error of type FieldUndefined: Field 'inputFields' in type '__Type' is undefined @ 'FullType/inputFields'",

      "locations": [



Documentation Explorer
✕
No Schema Available