Recent | Popular
#graphql #graphqls
schema { query: Query } type Query { projects: [Project] } type Project { id: ID! description: String! title: String! url: String! }
Tue May 02 2023 01:43:30 GMT+0000 (Coordinated Universal Time)