Studio Service

SetOrgDefaultUserPermissionsPayload

SetOrgDefaultUserPermissionsPayload

The output of our setOrgDefaultUserPermissions 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.
orgOrg
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
userByCreatedByUserReads a single `User` that is related to this `Org`.
userByUpdatedByUserReads a single `User` that is related to this `Org`.
userByDeletedByUserReads a single `User` that is related to this `Org`.
channelByBlankChannelIdChannelReads a single `Channel` that is related to this `Org`.
channelByBrandChannelIdChannelReads a single `Channel` that is related to this `Org`.
channelByStartChannelIdChannelReads a single `Channel` that is related to this `Org`.
fileByBrandLogoIdFileReads a single `File` that is related to this `Org`.
fileByBrandBackgroundIdFileReads a single `File` that is related to this `Org`.
themeByDefaultChannelThemeIdThemeReads a single `Theme` that is related to this `Org`.
themeBySplashChannelThemeIdThemeReads a single `Theme` that is related to this `Org`.
billingCustomerByBillingCustomerIdBillingCustomerReads a single `BillingCustomer` that is related to this `Org`.
billingDistributorByBillingDistributorIdBillingDistributorReads a single `BillingDistributor` that is related to this `Org`.
billingResellerByBillingResellerIdBillingResellerReads a single `BillingReseller` that is related to this `Org`.
orgEdgeOrgsEdgeAn edge for our `Org`. May be used by Relay 1.
orderBy[OrgsOrderBy!]The method to use when ordering `Org`.