SetOrgSplashChannelThemePayload
SetOrgSplashChannelThemePayload
The output of our setOrgSplashChannelTheme
mutation.
Field | Argument | Type | Description |
---|---|---|---|
clientMutationId | String | The exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations. | |
org | Org | ||
query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Org`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Org`. | |
userByDeletedBy | User | Reads a single `User` that is related to this `Org`. | |
channelByBlankChannelId | Channel | Reads a single `Channel` that is related to this `Org`. | |
channelByBrandChannelId | Channel | Reads a single `Channel` that is related to this `Org`. | |
channelByStartChannelId | Channel | Reads a single `Channel` that is related to this `Org`. | |
fileByBrandLogoId | File | Reads a single `File` that is related to this `Org`. | |
fileByBrandBackgroundId | File | Reads a single `File` that is related to this `Org`. | |
themeByDefaultChannelThemeId | Theme | Reads a single `Theme` that is related to this `Org`. | |
themeBySplashChannelThemeId | Theme | Reads a single `Theme` that is related to this `Org`. | |
billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `Org`. | |
billingDistributorByBillingDistributorId | BillingDistributor | Reads a single `BillingDistributor` that is related to this `Org`. | |
billingResellerByBillingResellerId | BillingReseller | Reads a single `BillingReseller` that is related to this `Org`. | |
orgEdge | OrgsEdge | An edge for our `Org`. May be used by Relay 1. | |
orderBy | [OrgsOrderBy!] | The method to use when ordering `Org`. |