{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How to perform basic operations on GraphQL Schema?","a":"Define data types: First, you need to define data types for your GraphQL service. Data types can include basic types (such as strings, integers, boolean values, etc.) and custom types. Custom types are usually used to represent different attributes of entities, such as users, products, etc.\n\n```javascript\ntype User {\n id: ID!\n name: String!\n age: Int\n email: String\n}\n\ntype Query {\n me: User\n}\n```"}]}],"pr":"2823e3aa5229f2069f8fd6181c9a0a46ab4b6d80be4cfcdf91b06bcb7f3b729a"}