Snippets Collections
schema {
  query: Query
}

type Query {
  projects: [Project]
}

type Project {
  id: ID!
  description: String!
  title: String!
  url: String!
}
star

Tue May 02 2023 01:43:30 GMT+0000 (Coordinated Universal Time)

#graphql #graphqls

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension