-
Notifications
You must be signed in to change notification settings - Fork 3
/
introspection.json
1 lines (1 loc) · 2.42 KB
/
introspection.json
1
{"_queryType":"Query","_mutationType":"Mutation","_subscriptionType":null,"_directives":[{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":"Boolean!"}]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":"Boolean!"}]},{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","locations":["ENUM_VALUE","FIELD_DEFINITION"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).","type":"String","defaultValue":"No longer supported"}]},{"name":"embedded","description":null,"locations":["OBJECT"],"args":[]},{"name":"collection","description":null,"locations":["OBJECT"],"args":[{"name":"name","description":null,"type":"String!"}]},{"name":"index","description":null,"locations":["FIELD_DEFINITION"],"args":[{"name":"name","description":null,"type":"String!"}]},{"name":"resolver","description":null,"locations":["FIELD_DEFINITION"],"args":[{"name":"name","description":null,"type":"String"},{"name":"paginated","description":null,"type":"Boolean!","defaultValue":false}]},{"name":"relation","description":null,"locations":["FIELD_DEFINITION"],"args":[{"name":"name","description":null,"type":"String"}]},{"name":"unique","description":null,"locations":["FIELD_DEFINITION"],"args":[{"name":"index","description":null,"type":"String"}]}],"astNode":null,"_typeMap":{"Query":"Query","ID":"ID","Author":"Author","Long":"Long","String":"String","Int":"Int","CoursePage":"CoursePage","Course":"Course","AuthorPage":"AuthorPage","Mutation":"Mutation","AuthorInput":"AuthorInput","AuthorCoursesRelation":"AuthorCoursesRelation","CourseInput":"CourseInput","CourseAuthorRelation":"CourseAuthorRelation","__Schema":"__Schema","__Type":"__Type","__TypeKind":"__TypeKind","Boolean":"Boolean","__Field":"__Field","__InputValue":"__InputValue","__EnumValue":"__EnumValue","__Directive":"__Directive","__DirectiveLocation":"__DirectiveLocation","Date":"Date","Time":"Time"},"_implementations":{}}