{
  "kind": "OBJECT",
  "name": "Mutation",
  "description": null,
  "fields": [
    {
      "name": "apiCustomerAccessTokenCreate",
      "description": null,
      "args": [
        {
          "name": "input",
          "description": null,
          "type": {
            "kind": "NON_NULL",
            "name": null,
            "ofType": {
              "kind": "INPUT_OBJECT",
              "name": "ApiCustomerAccessTokenCreateInput",
              "ofType": null
            }
          },
          "defaultValue": null
        }
      ],
      "type": {
        "kind": "OBJECT",
        "name": "ApiCustomerAccessTokenCreatePayload",
        "ofType": null
      },
      "isDeprecated": false,
      "deprecationReason": null
    },
    {
      "name": "apiCustomerAccessTokenDelete",
      "description": null,
      "args": [
        {
          "name": "input",
          "description": null,
          "type": {
            "kind": "NON_NULL",
            "name": null,
            "ofType": {
              "kind": "INPUT_OBJECT",
              "name": "ApiCustomerAccessTokenDeleteInput",
              "ofType": null
            }
          },
          "defaultValue": null
        }
      ],
      "type": {
        "kind": "OBJECT",
        "name": "ApiCustomerAccessTokenDeletePayload",
        "ofType": null
      },
      "isDeprecated": false,
      "deprecationReason": null
    },
    {
      "name": "apiCustomerAccessTokenRenew",
      "description": null,
      "args": [
        {
          "name": "input",
          "description": null,
          "type": {
            "kind": "NON_NULL",
            "name": null,
            "ofType": {
              "kind": "INPUT_OBJECT",
              "name": "ApiCustomerAccessTokenRenewInput",
              "ofType": null
            }
          },
          "defaultValue": null
        }
      ],
      "type": {
        "kind": "OBJECT",
        "name": "ApiCustomerAccessTokenRenewPayload",
        "ofType": null
      },
      "isDeprecated": false,
      "deprecationReason": null
    }
  ]
}
