[
  {
    "title": "Book",
    "description": "",
    "canonical": "objects/Book",
    "category": "graphql",
    "type": "graphql_object",
    "context": {
      "graphqlTypeShort": "object",
      "graphqlName": "Book",
      "group": [
        "Objects"
      ],
      "scopes": []
    },
    "examples": {
      "groups": []
    },
    "definitions": [
      {
        "title": "Arguments",
        "properties": [],
        "variants": [
          {
            "title": "",
            "properties": [
              {
                "name": "first",
                "type": "Int",
                "description": "",
                "context": {
                  "graphqlName": "first",
                  "graphqlTypeFlat": "Int",
                  "graphqlBuiltInType": true
                },
                "properties": [],
                "meta": [],
                "symbolDef": {
                  "canonical": ""
                }
              },
              {
                "name": "after",
                "type": "String",
                "description": "",
                "context": {
                  "graphqlName": "after",
                  "graphqlTypeFlat": "String",
                  "graphqlBuiltInType": true
                },
                "properties": [],
                "meta": [],
                "symbolDef": {
                  "canonical": ""
                }
              },
              {
                "name": "limit",
                "type": "Int!",
                "description": "",
                "context": {
                  "graphqlName": "limit",
                  "graphqlTypeFlat": "Int",
                  "graphqlBuiltInType": true
                },
                "properties": [],
                "meta": [
                  {
                    "name": "required",
                    "value": "true"
                  }
                ],
                "symbolDef": {
                  "canonical": ""
                }
              }
            ],
            "meta": [
              {
                "name": "symbolName",
                "value": "authors"
              }
            ]
          },
          {
            "title": "",
            "properties": [
              {
                "name": "limit",
                "type": "Int!",
                "description": "",
                "context": {
                  "graphqlName": "limit",
                  "graphqlTypeFlat": "Int",
                  "graphqlBuiltInType": true
                },
                "properties": [],
                "meta": [
                  {
                    "name": "required",
                    "value": "true"
                  }
                ],
                "symbolDef": {
                  "canonical": ""
                }
              }
            ],
            "meta": [
              {
                "name": "symbolName",
                "value": "libraries"
              }
            ]
          }
        ],
        "meta": [
          {
            "name": "type",
            "value": "arguments"
          }
        ]
      },
      {
        "title": "Fields",
        "properties": [
          {
            "name": "authors",
            "type": "[Author!]!",
            "description": "",
            "context": {
              "graphqlName": "authors",
              "graphqlTypeFlat": "Author",
              "graphqlBuiltInType": false
            },
            "properties": [],
            "meta": [
              {
                "name": "required",
                "value": "true"
              }
            ],
            "symbolDef": {
              "canonical": "objects/Author"
            }
          },
          {
            "name": "libraries",
            "type": "[Library!]!",
            "description": "",
            "context": {
              "graphqlName": "libraries",
              "graphqlTypeFlat": "Library",
              "graphqlBuiltInType": false
            },
            "properties": [],
            "meta": [
              {
                "name": "required",
                "value": "true"
              }
            ],
            "symbolDef": {
              "canonical": "objects/Library"
            }
          }
        ],
        "meta": [
          {
            "name": "type",
            "value": "fields"
          }
        ]
      }
    ]
  },
  {
    "title": "Author",
    "description": "",
    "canonical": "objects/Author",
    "category": "graphql",
    "type": "graphql_object",
    "context": {
      "graphqlTypeShort": "object",
      "graphqlName": "Author",
      "group": [
        "Objects"
      ],
      "scopes": []
    },
    "examples": {
      "groups": []
    },
    "definitions": [
      {
        "title": "Arguments",
        "properties": [],
        "variants": [],
        "meta": [
          {
            "name": "type",
            "value": "arguments"
          }
        ]
      },
      {
        "title": "Fields",
        "properties": [
          {
            "name": "name",
            "type": "String!",
            "description": "",
            "context": {
              "graphqlName": "name",
              "graphqlTypeFlat": "String",
              "graphqlBuiltInType": true
            },
            "properties": [],
            "meta": [
              {
                "name": "required",
                "value": "true"
              }
            ],
            "symbolDef": {
              "canonical": ""
            }
          }
        ],
        "meta": [
          {
            "name": "type",
            "value": "fields"
          }
        ]
      }
    ]
  },
  {
    "title": "Library",
    "description": "",
    "canonical": "objects/Library",
    "category": "graphql",
    "type": "graphql_object",
    "context": {
      "graphqlTypeShort": "object",
      "graphqlName": "Library",
      "group": [
        "Objects"
      ],
      "scopes": []
    },
    "examples": {
      "groups": []
    },
    "definitions": [
      {
        "title": "Arguments",
        "properties": [],
        "variants": [],
        "meta": [
          {
            "name": "type",
            "value": "arguments"
          }
        ]
      },
      {
        "title": "Fields",
        "properties": [
          {
            "name": "name",
            "type": "String!",
            "description": "",
            "context": {
              "graphqlName": "name",
              "graphqlTypeFlat": "String",
              "graphqlBuiltInType": true
            },
            "properties": [],
            "meta": [
              {
                "name": "required",
                "value": "true"
              }
            ],
            "symbolDef": {
              "canonical": ""
            }
          }
        ],
        "meta": [
          {
            "name": "type",
            "value": "fields"
          }
        ]
      }
    ]
  }
]