Add @teages/nuxt-urql-client and graphql dependency to your project NOTE: graphql is a peer dependency of @teages/nuxt-urql-client and must be installed separately.
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and ...