Copy entire introspection query response you got from the above query and paste here and click Display
Now go through the the chart thoroughly for better understanding on work flow and get ready to play with the queries
Vulnerabilities to Check
Mainly you can look for below vulnerabilities in GraphQL end points but not limited to
SQL and NoSQL
IDOR
Brute Force Attack
CSRF
Information Disclosure
Tools
Most of the GraphQL chart have loops and N number of paths and it will be difficult to track each path manually, so below listed tools can be used to reduce manual work while analyzing end points.
GraphQLmap provides an interactive shell to play with GraphQL end points
graphql-path-enum can be used retrieve different ways of reaching a given type in a GraphQL schema.