Studio Service

UpdateBotPayload

UpdateBotPayload

The output of our updateBot mutation.

FieldArgumentTypeDescription
clientMutationIdStringThe exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.
userUser
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `User`.
userByCreatedByUserReads a single `User` that is related to this `User`.
userByUpdatedByUserReads a single `User` that is related to this `User`.
userByDeletedByUserReads a single `User` that is related to this `User`.
userEdgeUsersEdgeAn edge for our `User`. May be used by Relay 1.
orderBy[UsersOrderBy!]The method to use when ordering `User`.