1 line
235 KiB
JSON
1 line
235 KiB
JSON
{"data":{"__schema":{"queryType":{"name":"Query"},"mutationType":{"name":"Mutation"},"subscriptionType":null,"types":[{"kind":"OBJECT","name":"Query","description":"The root query type which gives access points into the data universe.","fields":[{"name":"query","description":"Exposes the root query type nested one level down. This is helpful for Relay 1\nwhich can only query top level fields if they are in a particular form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Query","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The root query type must be a `Node` to work well with Relay 1 mutations. This just resolves to `query`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"Fetches an object given its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"INTERFACE","name":"Node","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accounts","description":"Reads and enables pagination through a set of `Account`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"AccountCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"AccountFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AccountsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"Reads and enables pagination through a set of `Setting`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `Setting`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SettingsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"SettingCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"SettingFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"SettingsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signalBots","description":"Reads and enables pagination through a set of `SignalBot`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `SignalBot`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SignalBotsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"SignalBotCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"SignalBotFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"SignalBotsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"users","description":"Reads and enables pagination through a set of `User`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `User`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UsersOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"UserCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"UserFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UsersConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLines","description":"Reads and enables pagination through a set of `VoiceLine`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `VoiceLine`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoiceLinesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"VoiceLineCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"VoiceLineFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VoiceLinesConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceProviders","description":"Reads and enables pagination through a set of `VoiceProvider`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `VoiceProvider`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoiceProvidersOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"VoiceProviderCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"VoiceProviderFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VoiceProvidersConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhooks","description":"Reads and enables pagination through a set of `Webhook`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `Webhook`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WebhooksOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WebhookCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WebhookFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WebhooksConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappAttachments","description":"Reads and enables pagination through a set of `WhatsappAttachment`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `WhatsappAttachment`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappAttachmentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WhatsappAttachmentsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBots","description":"Reads and enables pagination through a set of `WhatsappBot`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `WhatsappBot`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappBotsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappBotCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappBotFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WhatsappBotsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessages","description":"Reads and enables pagination through a set of `WhatsappMessage`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `WhatsappMessage`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappMessagesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappMessageCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappMessageFilter","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WhatsappMessagesConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"setting","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Setting","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signalBot","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"SignalBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userByEmail","description":null,"args":[{"name":"email","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLine","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VoiceLine","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceProvider","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhook","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Webhook","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappAttachment","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WhatsappAttachment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBot","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessage","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WhatsappMessage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"currentSessionId","description":"Handy method to get the current session ID.","args":[],"type":{"kind":"SCALAR","name":"UUID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"currentUser","description":"The currently logged in user (or null if not logged in).","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"currentUserId","description":"Handy method to get the current user ID for use in RLS policies, etc; in GraphQL, use `currentUser{id}` instead.","args":[],"type":{"kind":"SCALAR","name":"UUID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountByNodeId","description":"Reads a single `Account` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `Account`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settingByNodeId","description":"Reads a single `Setting` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `Setting`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Setting","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signalBotByNodeId","description":"Reads a single `SignalBot` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `SignalBot`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"SignalBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userByNodeId","description":"Reads a single `User` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `User`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLineByNodeId","description":"Reads a single `VoiceLine` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `VoiceLine`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VoiceLine","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceProviderByNodeId","description":"Reads a single `VoiceProvider` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `VoiceProvider`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhookByNodeId","description":"Reads a single `Webhook` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `Webhook`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Webhook","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappAttachmentByNodeId","description":"Reads a single `WhatsappAttachment` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `WhatsappAttachment`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WhatsappAttachment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBotByNodeId","description":"Reads a single `WhatsappBot` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `WhatsappBot`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessageByNodeId","description":"Reads a single `WhatsappMessage` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `WhatsappMessage`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"WhatsappMessage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Node","description":"An object with a globally unique `ID`.","fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Query","ofType":null},{"kind":"OBJECT","name":"Account","ofType":null},{"kind":"OBJECT","name":"User","ofType":null},{"kind":"OBJECT","name":"Setting","ofType":null},{"kind":"OBJECT","name":"SignalBot","ofType":null},{"kind":"OBJECT","name":"VoiceLine","ofType":null},{"kind":"OBJECT","name":"VoiceProvider","ofType":null},{"kind":"OBJECT","name":"Webhook","ofType":null},{"kind":"OBJECT","name":"WhatsappAttachment","ofType":null},{"kind":"OBJECT","name":"WhatsappBot","ofType":null},{"kind":"OBJECT","name":"WhatsappMessage","ofType":null}]},{"kind":"SCALAR","name":"ID","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Int","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Cursor","description":"A location in a connection that can be used for resuming pagination.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"AccountsOrderBy","description":"Methods to use when ordering `Account`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COMPOUND_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COMPOUND_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROVIDER_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROVIDER_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROVIDER_ACCOUNT_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROVIDER_ACCOUNT_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountCondition","description":"A condition to be used against `Account` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"compoundId","description":"Checks for equality with the object’s `compoundId` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"userId","description":"Checks for equality with the object’s `userId` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"providerId","description":"Checks for equality with the object’s `providerId` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"providerAccountId","description":"Checks for equality with the object’s `providerAccountId` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"UUID","description":"A universally unique identifier as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"String","description":"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountFilter","description":"A filter to be used against `Account` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"compoundId","description":"Filter by the object’s `compoundId` field.","type":{"kind":"INPUT_OBJECT","name":"StringFilter","ofType":null},"defaultValue":null},{"name":"userId","description":"Filter by the object’s `userId` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"providerId","description":"Filter by the object’s `providerId` field.","type":{"kind":"INPUT_OBJECT","name":"StringFilter","ofType":null},"defaultValue":null},{"name":"providerAccountId","description":"Filter by the object’s `providerAccountId` field.","type":{"kind":"INPUT_OBJECT","name":"StringFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"AccountFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UUIDFilter","description":"A filter to be used against UUID fields. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"isNull","description":"Is null (if `true` is specified) or is not null (if `false` is specified).","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"equalTo","description":"Equal to the specified value.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"notEqualTo","description":"Not equal to the specified value.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"distinctFrom","description":"Not equal to the specified value, treating null like an ordinary value.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"notDistinctFrom","description":"Equal to the specified value, treating null like an ordinary value.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"in","description":"Included in the specified list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}}},"defaultValue":null},{"name":"notIn","description":"Not included in the specified list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}}},"defaultValue":null},{"name":"lessThan","description":"Less than the specified value.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"lessThanOrEqualTo","description":"Less than or equal to the specified value.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"greaterThan","description":"Greater than the specified value.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"greaterThanOrEqualTo","description":"Greater than or equal to the specified value.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"StringFilter","description":"A filter to be used against String fields. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"isNull","description":"Is null (if `true` is specified) or is not null (if `false` is specified).","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"equalTo","description":"Equal to the specified value.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notEqualTo","description":"Not equal to the specified value.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"distinctFrom","description":"Not equal to the specified value, treating null like an ordinary value.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notDistinctFrom","description":"Equal to the specified value, treating null like an ordinary value.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"in","description":"Included in the specified list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"notIn","description":"Not included in the specified list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"lessThan","description":"Less than the specified value.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"lessThanOrEqualTo","description":"Less than or equal to the specified value.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"greaterThan","description":"Greater than the specified value.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"greaterThanOrEqualTo","description":"Greater than or equal to the specified value.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"includes","description":"Contains the specified string (case-sensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notIncludes","description":"Does not contain the specified string (case-sensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"includesInsensitive","description":"Contains the specified string (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notIncludesInsensitive","description":"Does not contain the specified string (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"startsWith","description":"Starts with the specified string (case-sensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notStartsWith","description":"Does not start with the specified string (case-sensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"startsWithInsensitive","description":"Starts with the specified string (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notStartsWithInsensitive","description":"Does not start with the specified string (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"endsWith","description":"Ends with the specified string (case-sensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notEndsWith","description":"Does not end with the specified string (case-sensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"endsWithInsensitive","description":"Ends with the specified string (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notEndsWithInsensitive","description":"Does not end with the specified string (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"like","description":"Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notLike","description":"Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"likeInsensitive","description":"Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notLikeInsensitive","description":"Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"equalToInsensitive","description":"Equal to the specified value (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notEqualToInsensitive","description":"Not equal to the specified value (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"distinctFromInsensitive","description":"Not equal to the specified value, treating null like an ordinary value (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"notDistinctFromInsensitive","description":"Equal to the specified value, treating null like an ordinary value (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"inInsensitive","description":"Included in the specified list (case-insensitive).","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"notInInsensitive","description":"Not included in the specified list (case-insensitive).","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"lessThanInsensitive","description":"Less than the specified value (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"lessThanOrEqualToInsensitive","description":"Less than or equal to the specified value (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"greaterThanInsensitive","description":"Greater than the specified value (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"greaterThanOrEqualToInsensitive","description":"Greater than or equal to the specified value (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountsConnection","description":"A connection to a list of `Account` values.","fields":[{"name":"nodes","description":"A list of `Account` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `Account` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `Account` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Account","description":null,"fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"compoundId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"providerType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"providerId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"providerAccountId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"refreshToken","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accessToken","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accessTokenExpires","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"Reads a single `User` that is related to this `Account`.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Datetime","description":"A point in time as described by the [ISO\n8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"User","description":"A user who can log in to the application.","fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Unique identifier for the user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"emailVerified","description":"The time at which the email address was verified","args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Public-facing name (or pseudonym) of the user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"avatar","description":"Optional avatar URL.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userRole","description":"The role that defines the user's privileges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"RoleType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isActive","description":"If false, the user is not allowed to login or access the application","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"accounts","description":"Reads and enables pagination through a set of `Account`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"AccountCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"AccountFilter","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"RoleType","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NONE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ADMIN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"AccountsEdge","description":"A `Account` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `Account` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PageInfo","description":"Information about pagination in a connection.","fields":[{"name":"hasNextPage","description":"When paginating forwards, are there more items?","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPreviousPage","description":"When paginating backwards, are there more items?","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startCursor","description":"When paginating backwards, the cursor to continue.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endCursor","description":"When paginating forwards, the cursor to continue.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SettingsOrderBy","description":"Methods to use when ordering `Setting`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SettingCondition","description":"A condition to be used against `Setting` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"name","description":"Checks for equality with the object’s `name` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SettingFilter","description":"A filter to be used against `Setting` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"name","description":"Filter by the object’s `name` field.","type":{"kind":"INPUT_OBJECT","name":"StringFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SettingFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SettingFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"SettingFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SettingsConnection","description":"A connection to a list of `Setting` values.","fields":[{"name":"nodes","description":"A list of `Setting` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Setting","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `Setting` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SettingsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `Setting` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Setting","description":null,"fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":null,"args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"JSON","description":"The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SettingsEdge","description":"A `Setting` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `Setting` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"Setting","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SignalBotsOrderBy","description":"Methods to use when ordering `SignalBot`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOKEN_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOKEN_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignalBotCondition","description":"A condition to be used against `SignalBot` object types. All fields are tested\nfor equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"token","description":"Checks for equality with the object’s `token` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignalBotFilter","description":"A filter to be used against `SignalBot` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"token","description":"Filter by the object’s `token` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignalBotFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignalBotFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"SignalBotFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SignalBotsConnection","description":"A connection to a list of `SignalBot` values.","fields":[{"name":"nodes","description":"A list of `SignalBot` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SignalBot","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `SignalBot` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SignalBotsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `SignalBot` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SignalBot","description":null,"fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"authInfo","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isVerified","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SignalBotsEdge","description":"A `SignalBot` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `SignalBot` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"SignalBot","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UsersOrderBy","description":"Methods to use when ordering `User`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserCondition","description":"A condition to be used against `User` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"email","description":"Checks for equality with the object’s `email` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserFilter","description":"A filter to be used against `User` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"email","description":"Filter by the object’s `email` field.","type":{"kind":"INPUT_OBJECT","name":"StringFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"UserFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UsersConnection","description":"A connection to a list of `User` values.","fields":[{"name":"nodes","description":"A list of `User` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `User` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UsersEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `User` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UsersEdge","description":"A `User` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `User` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"VoiceLinesOrderBy","description":"Methods to use when ordering `VoiceLine`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROVIDER_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROVIDER_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROVIDER_LINE_SID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROVIDER_LINE_SID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NUMBER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NUMBER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VoiceLineCondition","description":"A condition to be used against `VoiceLine` object types. All fields are tested\nfor equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"providerId","description":"Checks for equality with the object’s `providerId` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"providerLineSid","description":"Checks for equality with the object’s `providerLineSid` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"number","description":"Checks for equality with the object’s `number` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VoiceLineFilter","description":"A filter to be used against `VoiceLine` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"providerId","description":"Filter by the object’s `providerId` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"providerLineSid","description":"Filter by the object’s `providerLineSid` field.","type":{"kind":"INPUT_OBJECT","name":"StringFilter","ofType":null},"defaultValue":null},{"name":"number","description":"Filter by the object’s `number` field.","type":{"kind":"INPUT_OBJECT","name":"StringFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceLineFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceLineFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"VoiceLineFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VoiceLinesConnection","description":"A connection to a list of `VoiceLine` values.","fields":[{"name":"nodes","description":"A list of `VoiceLine` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"VoiceLine","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `VoiceLine` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VoiceLinesEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `VoiceLine` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VoiceLine","description":null,"fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"providerId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"providerLineSid","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"number","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"language","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"voice","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"promptText","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"promptAudio","description":null,"args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"audioPromptEnabled","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"audioConvertedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"provider","description":"Reads a single `VoiceProvider` that is related to this `VoiceLine`.","args":[],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VoiceProvider","description":null,"fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"credentials","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLinesByProviderId","description":"Reads and enables pagination through a set of `VoiceLine`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `VoiceLine`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoiceLinesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"VoiceLineCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"VoiceLineFilter","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VoiceLinesConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VoiceLinesEdge","description":"A `VoiceLine` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `VoiceLine` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"VoiceLine","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"VoiceProvidersOrderBy","description":"Methods to use when ordering `VoiceProvider`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VoiceProviderCondition","description":"A condition to be used against `VoiceProvider` object types. All fields are\ntested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"name","description":"Checks for equality with the object’s `name` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VoiceProviderFilter","description":"A filter to be used against `VoiceProvider` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"name","description":"Filter by the object’s `name` field.","type":{"kind":"INPUT_OBJECT","name":"StringFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceProviderFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceProviderFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"VoiceProviderFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VoiceProvidersConnection","description":"A connection to a list of `VoiceProvider` values.","fields":[{"name":"nodes","description":"A list of `VoiceProvider` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"VoiceProvider","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `VoiceProvider` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VoiceProvidersEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `VoiceProvider` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VoiceProvidersEdge","description":"A `VoiceProvider` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `VoiceProvider` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WebhooksOrderBy","description":"Methods to use when ordering `Webhook`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BACKEND_TYPE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BACKEND_TYPE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WebhookCondition","description":"A condition to be used against `Webhook` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"backendType","description":"Checks for equality with the object’s `backendType` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WebhookFilter","description":"A filter to be used against `Webhook` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"backendType","description":"Filter by the object’s `backendType` field.","type":{"kind":"INPUT_OBJECT","name":"StringFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WebhookFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WebhookFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"WebhookFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WebhooksConnection","description":"A connection to a list of `Webhook` values.","fields":[{"name":"nodes","description":"A list of `Webhook` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Webhook","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `Webhook` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WebhooksEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `Webhook` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Webhook","description":null,"fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"backendType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"backendId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"httpMethod","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"headers","description":null,"args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WebhooksEdge","description":"A `Webhook` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `Webhook` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"Webhook","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WhatsappAttachmentsOrderBy","description":"Methods to use when ordering `WhatsappAttachment`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WHATSAPP_BOT_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WHATSAPP_BOT_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WHATSAPP_MESSAGE_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WHATSAPP_MESSAGE_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentCondition","description":"A condition to be used against `WhatsappAttachment` object types. All fields are\ntested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"whatsappBotId","description":"Checks for equality with the object’s `whatsappBotId` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"whatsappMessageId","description":"Checks for equality with the object’s `whatsappMessageId` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentFilter","description":"A filter to be used against `WhatsappAttachment` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"whatsappBotId","description":"Filter by the object’s `whatsappBotId` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"whatsappMessageId","description":"Filter by the object’s `whatsappMessageId` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WhatsappAttachmentsConnection","description":"A connection to a list of `WhatsappAttachment` values.","fields":[{"name":"nodes","description":"A list of `WhatsappAttachment` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"WhatsappAttachment","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `WhatsappAttachment` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WhatsappAttachmentsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `WhatsappAttachment` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WhatsappAttachment","description":null,"fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBotId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessageId","description":null,"args":[],"type":{"kind":"SCALAR","name":"UUID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attachment","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBot","description":"Reads a single `WhatsappBot` that is related to this `WhatsappAttachment`.","args":[],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessage","description":"Reads a single `WhatsappMessage` that is related to this `WhatsappAttachment`.","args":[],"type":{"kind":"OBJECT","name":"WhatsappMessage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WhatsappBot","description":null,"fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"authInfo","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"qrCode","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isVerified","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessages","description":"Reads and enables pagination through a set of `WhatsappMessage`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `WhatsappMessage`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappMessagesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappMessageCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappMessageFilter","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WhatsappMessagesConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappAttachments","description":"Reads and enables pagination through a set of `WhatsappAttachment`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `WhatsappAttachment`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappAttachmentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentFilter","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WhatsappAttachmentsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WhatsappMessagesOrderBy","description":"Methods to use when ordering `WhatsappMessage`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WHATSAPP_BOT_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WHATSAPP_BOT_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappMessageCondition","description":"A condition to be used against `WhatsappMessage` object types. All fields are\ntested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"whatsappBotId","description":"Checks for equality with the object’s `whatsappBotId` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappMessageFilter","description":"A filter to be used against `WhatsappMessage` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"whatsappBotId","description":"Filter by the object’s `whatsappBotId` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappMessageFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappMessageFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"WhatsappMessageFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WhatsappMessagesConnection","description":"A connection to a list of `WhatsappMessage` values.","fields":[{"name":"nodes","description":"A list of `WhatsappMessage` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"WhatsappMessage","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `WhatsappMessage` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WhatsappMessagesEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `WhatsappMessage` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WhatsappMessage","description":null,"fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBotId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"waMessageId","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"waMessage","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"waTimestamp","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBot","description":"Reads a single `WhatsappBot` that is related to this `WhatsappMessage`.","args":[],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappAttachments","description":"Reads and enables pagination through a set of `WhatsappAttachment`.","args":[{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null},{"name":"orderBy","description":"The method to use when ordering `WhatsappAttachment`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappAttachmentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentCondition","ofType":null},"defaultValue":null},{"name":"filter","description":"A filter to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentFilter","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WhatsappAttachmentsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WhatsappMessagesEdge","description":"A `WhatsappMessage` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `WhatsappMessage` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"WhatsappMessage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WhatsappAttachmentsEdge","description":"A `WhatsappAttachment` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `WhatsappAttachment` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"WhatsappAttachment","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WhatsappBotsOrderBy","description":"Methods to use when ordering `WhatsappBot`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOKEN_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOKEN_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappBotCondition","description":"A condition to be used against `WhatsappBot` object types. All fields are tested\nfor equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"token","description":"Checks for equality with the object’s `token` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappBotFilter","description":"A filter to be used against `WhatsappBot` object types. All fields are combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"id","description":"Filter by the object’s `id` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"token","description":"Filter by the object’s `token` field.","type":{"kind":"INPUT_OBJECT","name":"UUIDFilter","ofType":null},"defaultValue":null},{"name":"and","description":"Checks for all expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappBotFilter","ofType":null}}},"defaultValue":null},{"name":"or","description":"Checks for any expressions in this list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappBotFilter","ofType":null}}},"defaultValue":null},{"name":"not","description":"Negates the expression.","type":{"kind":"INPUT_OBJECT","name":"WhatsappBotFilter","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WhatsappBotsConnection","description":"A connection to a list of `WhatsappBot` values.","fields":[{"name":"nodes","description":"A list of `WhatsappBot` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"WhatsappBot","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":"A list of edges which contains the `WhatsappBot` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WhatsappBotsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `WhatsappBot` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WhatsappBotsEdge","description":"A `WhatsappBot` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `WhatsappBot` at the end of the edge.","args":[],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Mutation","description":"The root mutation type which contains root level fields which mutate data.","fields":[{"name":"createAccount","description":"Creates a single `Account`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateAccountInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createSetting","description":"Creates a single `Setting`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateSettingInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateSettingPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createSignalBot","description":"Creates a single `SignalBot`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateSignalBotInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateSignalBotPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createUser","description":"Creates a single `User`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateUserInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateUserPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createVoiceLine","description":"Creates a single `VoiceLine`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateVoiceLineInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateVoiceLinePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createVoiceProvider","description":"Creates a single `VoiceProvider`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateVoiceProviderInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateVoiceProviderPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createWebhook","description":"Creates a single `Webhook`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateWebhookInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateWebhookPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createWhatsappAttachment","description":"Creates a single `WhatsappAttachment`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateWhatsappAttachmentInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateWhatsappAttachmentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createWhatsappBot","description":"Creates a single `WhatsappBot`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateWhatsappBotInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateWhatsappBotPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createWhatsappMessage","description":"Creates a single `WhatsappMessage`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateWhatsappMessageInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateWhatsappMessagePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateAccountByNodeId","description":"Updates a single `Account` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAccountByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateAccount","description":"Updates a single `Account` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAccountInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateSettingByNodeId","description":"Updates a single `Setting` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateSettingByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateSettingPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateSetting","description":"Updates a single `Setting` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateSettingInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateSettingPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateSignalBotByNodeId","description":"Updates a single `SignalBot` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateSignalBotByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateSignalBotPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateSignalBot","description":"Updates a single `SignalBot` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateSignalBotInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateSignalBotPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateUserByNodeId","description":"Updates a single `User` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateUserByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateUserPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateUser","description":"Updates a single `User` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateUserInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateUserPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateUserByEmail","description":"Updates a single `User` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateUserByEmailInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateUserPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateVoiceLineByNodeId","description":"Updates a single `VoiceLine` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateVoiceLineByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateVoiceLinePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateVoiceLine","description":"Updates a single `VoiceLine` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateVoiceLineInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateVoiceLinePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateVoiceProviderByNodeId","description":"Updates a single `VoiceProvider` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateVoiceProviderByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateVoiceProviderPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateVoiceProvider","description":"Updates a single `VoiceProvider` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateVoiceProviderInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateVoiceProviderPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateWebhookByNodeId","description":"Updates a single `Webhook` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateWebhookByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateWebhookPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateWebhook","description":"Updates a single `Webhook` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateWebhookInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateWebhookPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateWhatsappAttachmentByNodeId","description":"Updates a single `WhatsappAttachment` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateWhatsappAttachmentByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateWhatsappAttachmentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateWhatsappAttachment","description":"Updates a single `WhatsappAttachment` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateWhatsappAttachmentInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateWhatsappAttachmentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateWhatsappBotByNodeId","description":"Updates a single `WhatsappBot` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateWhatsappBotByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateWhatsappBotPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateWhatsappBot","description":"Updates a single `WhatsappBot` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateWhatsappBotInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateWhatsappBotPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateWhatsappMessageByNodeId","description":"Updates a single `WhatsappMessage` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateWhatsappMessageByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateWhatsappMessagePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateWhatsappMessage","description":"Updates a single `WhatsappMessage` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateWhatsappMessageInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateWhatsappMessagePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteVoiceLineByNodeId","description":"Deletes a single `VoiceLine` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteVoiceLineByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DeleteVoiceLinePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteVoiceLine","description":"Deletes a single `VoiceLine` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteVoiceLineInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DeleteVoiceLinePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteVoiceProviderByNodeId","description":"Deletes a single `VoiceProvider` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteVoiceProviderByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DeleteVoiceProviderPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteVoiceProvider","description":"Deletes a single `VoiceProvider` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteVoiceProviderInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DeleteVoiceProviderPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteWebhookByNodeId","description":"Deletes a single `Webhook` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteWebhookByNodeIdInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DeleteWebhookPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteWebhook","description":"Deletes a single `Webhook` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteWebhookInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DeleteWebhookPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createFirstUser","description":"Creates the first user with an admin role. Only possible when there are no other users in the database.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateFirstUserInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateFirstUserPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"logout","description":null,"args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LogoutInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"LogoutPayload","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateAccountInput","description":"All input for the create `Account` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"account","description":"The `Account` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountInput","description":"An input for mutations affecting `Account`","fields":null,"inputFields":[{"name":"compoundId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"userId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null},{"name":"providerType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"providerId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"providerAccountId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"refreshToken","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accessToken","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accessTokenExpires","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateAccountPayload","description":"The output of our create `Account` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account","description":"The `Account` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"Reads a single `User` that is related to this `Account`.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountEdge","description":"An edge for our `Account`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"AccountsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateSettingInput","description":"All input for the create `Setting` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"setting","description":"The `Setting` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SettingInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SettingInput","description":"An input for mutations affecting `Setting`","fields":null,"inputFields":[{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"value","description":null,"type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateSettingPayload","description":"The output of our create `Setting` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"setting","description":"The `Setting` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Setting","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settingEdge","description":"An edge for our `Setting`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Setting`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SettingsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"SettingsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateSignalBotInput","description":"All input for the create `SignalBot` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"signalBot","description":"The `SignalBot` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignalBotInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignalBotInput","description":"An input for mutations affecting `SignalBot`","fields":null,"inputFields":[{"name":"phoneNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"token","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"userId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"authInfo","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"isVerified","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateSignalBotPayload","description":"The output of our create `SignalBot` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signalBot","description":"The `SignalBot` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"SignalBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signalBotEdge","description":"An edge for our `SignalBot`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `SignalBot`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SignalBotsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"SignalBotsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateUserInput","description":"All input for the create `User` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"user","description":"The `User` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserInput","description":"An input for mutations affecting `User`","fields":null,"inputFields":[{"name":"email","description":"The email address of the user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"name","description":"Public-facing name (or pseudonym) of the user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"avatar","description":"Optional avatar URL.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"userRole","description":"The role that defines the user's privileges.","type":{"kind":"ENUM","name":"RoleType","ofType":null},"defaultValue":null},{"name":"isActive","description":"If false, the user is not allowed to login or access the application","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"createdBy","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateUserPayload","description":"The output of our create `User` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"The `User` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userEdge","description":"An edge for our `User`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `User`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UsersOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"UsersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateVoiceLineInput","description":"All input for the create `VoiceLine` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"voiceLine","description":"The `VoiceLine` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceLineInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VoiceLineInput","description":"An input for mutations affecting `VoiceLine`","fields":null,"inputFields":[{"name":"providerId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null},{"name":"providerLineSid","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"number","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"language","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"voice","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"promptText","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"promptAudio","description":null,"type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"audioPromptEnabled","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateVoiceLinePayload","description":"The output of our create `VoiceLine` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLine","description":"The `VoiceLine` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"VoiceLine","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provider","description":"Reads a single `VoiceProvider` that is related to this `VoiceLine`.","args":[],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLineEdge","description":"An edge for our `VoiceLine`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `VoiceLine`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoiceLinesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"VoiceLinesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateVoiceProviderInput","description":"All input for the create `VoiceProvider` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"voiceProvider","description":"The `VoiceProvider` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceProviderInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VoiceProviderInput","description":"An input for mutations affecting `VoiceProvider`","fields":null,"inputFields":[{"name":"kind","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"credentials","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateVoiceProviderPayload","description":"The output of our create `VoiceProvider` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceProvider","description":"The `VoiceProvider` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceProviderEdge","description":"An edge for our `VoiceProvider`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `VoiceProvider`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoiceProvidersOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"VoiceProvidersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateWebhookInput","description":"All input for the create `Webhook` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"webhook","description":"The `Webhook` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WebhookInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WebhookInput","description":"An input for mutations affecting `Webhook`","fields":null,"inputFields":[{"name":"backendType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"backendId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"endpointUrl","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"httpMethod","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"headers","description":null,"type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateWebhookPayload","description":"The output of our create `Webhook` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhook","description":"The `Webhook` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Webhook","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhookEdge","description":"An edge for our `Webhook`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Webhook`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WebhooksOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"WebhooksEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateWhatsappAttachmentInput","description":"All input for the create `WhatsappAttachment` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"whatsappAttachment","description":"The `WhatsappAttachment` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentInput","description":"An input for mutations affecting `WhatsappAttachment`","fields":null,"inputFields":[{"name":"whatsappBotId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null},{"name":"whatsappMessageId","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"attachment","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateWhatsappAttachmentPayload","description":"The output of our create `WhatsappAttachment` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappAttachment","description":"The `WhatsappAttachment` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"WhatsappAttachment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBot","description":"Reads a single `WhatsappBot` that is related to this `WhatsappAttachment`.","args":[],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessage","description":"Reads a single `WhatsappMessage` that is related to this `WhatsappAttachment`.","args":[],"type":{"kind":"OBJECT","name":"WhatsappMessage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappAttachmentEdge","description":"An edge for our `WhatsappAttachment`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `WhatsappAttachment`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappAttachmentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"WhatsappAttachmentsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateWhatsappBotInput","description":"All input for the create `WhatsappBot` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"whatsappBot","description":"The `WhatsappBot` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappBotInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappBotInput","description":"An input for mutations affecting `WhatsappBot`","fields":null,"inputFields":[{"name":"phoneNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"token","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"userId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"authInfo","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"qrCode","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"isVerified","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateWhatsappBotPayload","description":"The output of our create `WhatsappBot` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBot","description":"The `WhatsappBot` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBotEdge","description":"An edge for our `WhatsappBot`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `WhatsappBot`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappBotsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"WhatsappBotsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateWhatsappMessageInput","description":"All input for the create `WhatsappMessage` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"whatsappMessage","description":"The `WhatsappMessage` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappMessageInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappMessageInput","description":"An input for mutations affecting `WhatsappMessage`","fields":null,"inputFields":[{"name":"whatsappBotId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null},{"name":"waMessageId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"waMessage","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"waTimestamp","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateWhatsappMessagePayload","description":"The output of our create `WhatsappMessage` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessage","description":"The `WhatsappMessage` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"WhatsappMessage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBot","description":"Reads a single `WhatsappBot` that is related to this `WhatsappMessage`.","args":[],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessageEdge","description":"An edge for our `WhatsappMessage`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `WhatsappMessage`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappMessagesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"WhatsappMessagesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateAccountByNodeIdInput","description":"All input for the `updateAccountByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Account` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `Account` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountPatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountPatch","description":"Represents an update to a `Account`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"compoundId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"providerType","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"providerId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"providerAccountId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"refreshToken","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accessToken","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accessTokenExpires","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateAccountPayload","description":"The output of our update `Account` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account","description":"The `Account` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"Reads a single `User` that is related to this `Account`.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountEdge","description":"An edge for our `Account`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"AccountsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateAccountInput","description":"All input for the `updateAccount` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `Account` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountPatch","ofType":null}},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateSettingByNodeIdInput","description":"All input for the `updateSettingByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Setting` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `Setting` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SettingPatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SettingPatch","description":"Represents an update to a `Setting`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"value","description":null,"type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateSettingPayload","description":"The output of our update `Setting` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"setting","description":"The `Setting` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Setting","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settingEdge","description":"An edge for our `Setting`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Setting`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SettingsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"SettingsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateSettingInput","description":"All input for the `updateSetting` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `Setting` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SettingPatch","ofType":null}},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateSignalBotByNodeIdInput","description":"All input for the `updateSignalBotByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `SignalBot` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `SignalBot` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignalBotPatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignalBotPatch","description":"Represents an update to a `SignalBot`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"phoneNumber","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"token","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"userId","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"authInfo","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"isVerified","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateSignalBotPayload","description":"The output of our update `SignalBot` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signalBot","description":"The `SignalBot` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"SignalBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signalBotEdge","description":"An edge for our `SignalBot`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `SignalBot`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SignalBotsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"SignalBotsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateSignalBotInput","description":"All input for the `updateSignalBot` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `SignalBot` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignalBotPatch","ofType":null}},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateUserByNodeIdInput","description":"All input for the `updateUserByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `User` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `User` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserPatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserPatch","description":"Represents an update to a `User`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"email","description":"The email address of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"name","description":"Public-facing name (or pseudonym) of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"avatar","description":"Optional avatar URL.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"userRole","description":"The role that defines the user's privileges.","type":{"kind":"ENUM","name":"RoleType","ofType":null},"defaultValue":null},{"name":"isActive","description":"If false, the user is not allowed to login or access the application","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"createdBy","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateUserPayload","description":"The output of our update `User` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"The `User` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userEdge","description":"An edge for our `User`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `User`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UsersOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"UsersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateUserInput","description":"All input for the `updateUser` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `User` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserPatch","ofType":null}},"defaultValue":null},{"name":"id","description":"Unique identifier for the user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateUserByEmailInput","description":"All input for the `updateUserByEmail` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `User` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserPatch","ofType":null}},"defaultValue":null},{"name":"email","description":"The email address of the user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateVoiceLineByNodeIdInput","description":"All input for the `updateVoiceLineByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `VoiceLine` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `VoiceLine` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceLinePatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VoiceLinePatch","description":"Represents an update to a `VoiceLine`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"language","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"voice","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"promptText","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"promptAudio","description":null,"type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"audioPromptEnabled","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateVoiceLinePayload","description":"The output of our update `VoiceLine` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLine","description":"The `VoiceLine` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"VoiceLine","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provider","description":"Reads a single `VoiceProvider` that is related to this `VoiceLine`.","args":[],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLineEdge","description":"An edge for our `VoiceLine`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `VoiceLine`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoiceLinesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"VoiceLinesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateVoiceLineInput","description":"All input for the `updateVoiceLine` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `VoiceLine` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceLinePatch","ofType":null}},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateVoiceProviderByNodeIdInput","description":"All input for the `updateVoiceProviderByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `VoiceProvider` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `VoiceProvider` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceProviderPatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VoiceProviderPatch","description":"Represents an update to a `VoiceProvider`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"credentials","description":null,"type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateVoiceProviderPayload","description":"The output of our update `VoiceProvider` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceProvider","description":"The `VoiceProvider` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceProviderEdge","description":"An edge for our `VoiceProvider`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `VoiceProvider`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoiceProvidersOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"VoiceProvidersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateVoiceProviderInput","description":"All input for the `updateVoiceProvider` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `VoiceProvider` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"VoiceProviderPatch","ofType":null}},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateWebhookByNodeIdInput","description":"All input for the `updateWebhookByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Webhook` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `Webhook` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WebhookPatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WebhookPatch","description":"Represents an update to a `Webhook`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"endpointUrl","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"httpMethod","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"headers","description":null,"type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateWebhookPayload","description":"The output of our update `Webhook` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhook","description":"The `Webhook` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Webhook","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhookEdge","description":"An edge for our `Webhook`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Webhook`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WebhooksOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"WebhooksEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateWebhookInput","description":"All input for the `updateWebhook` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `Webhook` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WebhookPatch","ofType":null}},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateWhatsappAttachmentByNodeIdInput","description":"All input for the `updateWhatsappAttachmentByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `WhatsappAttachment` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `WhatsappAttachment` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentPatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentPatch","description":"Represents an update to a `WhatsappAttachment`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"whatsappBotId","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"whatsappMessageId","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"attachment","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateWhatsappAttachmentPayload","description":"The output of our update `WhatsappAttachment` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappAttachment","description":"The `WhatsappAttachment` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"WhatsappAttachment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBot","description":"Reads a single `WhatsappBot` that is related to this `WhatsappAttachment`.","args":[],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessage","description":"Reads a single `WhatsappMessage` that is related to this `WhatsappAttachment`.","args":[],"type":{"kind":"OBJECT","name":"WhatsappMessage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappAttachmentEdge","description":"An edge for our `WhatsappAttachment`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `WhatsappAttachment`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappAttachmentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"WhatsappAttachmentsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateWhatsappAttachmentInput","description":"All input for the `updateWhatsappAttachment` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `WhatsappAttachment` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappAttachmentPatch","ofType":null}},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateWhatsappBotByNodeIdInput","description":"All input for the `updateWhatsappBotByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `WhatsappBot` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `WhatsappBot` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappBotPatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappBotPatch","description":"Represents an update to a `WhatsappBot`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"phoneNumber","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"token","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"userId","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"authInfo","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"qrCode","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"isVerified","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateWhatsappBotPayload","description":"The output of our update `WhatsappBot` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBot","description":"The `WhatsappBot` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBotEdge","description":"An edge for our `WhatsappBot`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `WhatsappBot`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappBotsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"WhatsappBotsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateWhatsappBotInput","description":"All input for the `updateWhatsappBot` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `WhatsappBot` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappBotPatch","ofType":null}},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateWhatsappMessageByNodeIdInput","description":"All input for the `updateWhatsappMessageByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `WhatsappMessage` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `WhatsappMessage` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappMessagePatch","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WhatsappMessagePatch","description":"Represents an update to a `WhatsappMessage`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"whatsappBotId","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null},{"name":"waMessageId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"waMessage","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"waTimestamp","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateWhatsappMessagePayload","description":"The output of our update `WhatsappMessage` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessage","description":"The `WhatsappMessage` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"WhatsappMessage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappBot","description":"Reads a single `WhatsappBot` that is related to this `WhatsappMessage`.","args":[],"type":{"kind":"OBJECT","name":"WhatsappBot","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"whatsappMessageEdge","description":"An edge for our `WhatsappMessage`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `WhatsappMessage`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WhatsappMessagesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"WhatsappMessagesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateWhatsappMessageInput","description":"All input for the `updateWhatsappMessage` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"patch","description":"An object where the defined keys will be set on the `WhatsappMessage` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WhatsappMessagePatch","ofType":null}},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteVoiceLineByNodeIdInput","description":"All input for the `deleteVoiceLineByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `VoiceLine` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteVoiceLinePayload","description":"The output of our delete `VoiceLine` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLine","description":"The `VoiceLine` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"VoiceLine","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedVoiceLineNodeId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provider","description":"Reads a single `VoiceProvider` that is related to this `VoiceLine`.","args":[],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceLineEdge","description":"An edge for our `VoiceLine`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `VoiceLine`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoiceLinesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"VoiceLinesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteVoiceLineInput","description":"All input for the `deleteVoiceLine` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteVoiceProviderByNodeIdInput","description":"All input for the `deleteVoiceProviderByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `VoiceProvider` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteVoiceProviderPayload","description":"The output of our delete `VoiceProvider` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceProvider","description":"The `VoiceProvider` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"VoiceProvider","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedVoiceProviderNodeId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"voiceProviderEdge","description":"An edge for our `VoiceProvider`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `VoiceProvider`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoiceProvidersOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"VoiceProvidersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteVoiceProviderInput","description":"All input for the `deleteVoiceProvider` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteWebhookByNodeIdInput","description":"All input for the `deleteWebhookByNodeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Webhook` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteWebhookPayload","description":"The output of our delete `Webhook` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhook","description":"The `Webhook` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Webhook","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedWebhookNodeId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhookEdge","description":"An edge for our `Webhook`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Webhook`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WebhooksOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]"}],"type":{"kind":"OBJECT","name":"WebhooksEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteWebhookInput","description":"All input for the `deleteWebhook` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateFirstUserInput","description":"All input for the `createFirstUser` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"userEmail","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"userName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateFirstUserPayload","description":"The output of our `createFirstUser` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"users","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"LogoutInput","description":"All input for the `logout` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LogoutPayload","description":"The output of our `logout` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Schema","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Directive","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Type","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__TypeKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Field","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"interfaces","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"possibleTypes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__EnumValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ofType","description":null,"args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__TypeKind","description":"An enum describing what kind of type a given `__Type` is.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SCALAR","description":"Indicates this type is a scalar.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Indicates this type is an object. `fields` and `interfaces` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Indicates this type is a union. `possibleTypes` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Indicates this type is an enum. `enumValues` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Indicates this type is an input object. `inputFields` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"Indicates this type is a list. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"NON_NULL","description":"Indicates this type is a non-null. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__Field","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__InputValue","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__EnumValue","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Directive","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__DirectiveLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__DirectiveLocation","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUERY","description":"Location adjacent to a query operation.","isDeprecated":false,"deprecationReason":null},{"name":"MUTATION","description":"Location adjacent to a mutation operation.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"Location adjacent to a subscription operation.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD","description":"Location adjacent to a field.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_DEFINITION","description":"Location adjacent to a fragment definition.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_SPREAD","description":"Location adjacent to a fragment spread.","isDeprecated":false,"deprecationReason":null},{"name":"INLINE_FRAGMENT","description":"Location adjacent to an inline fragment.","isDeprecated":false,"deprecationReason":null},{"name":"VARIABLE_DEFINITION","description":"Location adjacent to a variable definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEMA","description":"Location adjacent to a schema definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCALAR","description":"Location adjacent to a scalar definition.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Location adjacent to an object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_DEFINITION","description":"Location adjacent to a field definition.","isDeprecated":false,"deprecationReason":null},{"name":"ARGUMENT_DEFINITION","description":"Location adjacent to an argument definition.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Location adjacent to an interface definition.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Location adjacent to a union definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Location adjacent to an enum definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM_VALUE","description":"Location adjacent to an enum value definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Location adjacent to an input object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_FIELD_DEFINITION","description":"Location adjacent to an input object field definition.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null}],"directives":[{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}]},{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","locations":["FIELD_DEFINITION","ENUM_VALUE"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax (as specified by [CommonMark](https://commonmark.org/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\""}]}]}}}
|