OBJECT

RootQuery

This is the available data exposed via this API

link GraphQL Schema definition

  • type RootQuery {
  • # Get a list of all available keywords
  • keywords: [Keyword]
  • # Get a specific keyword by ID
  • #
  • # Arguments
  • # id:
  • keyword(id: ID!): Keyword
  • }

link Require by

This element is not required by anyone