Studio Service

ClearCacheScreenPayload

ClearCacheScreenPayload

The output of our clearCacheScreen 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.
screenScreen
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Screen`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `Screen`.
screenGroupByScreenGroupIdScreenGroupReads a single `ScreenGroup` that is related to this `Screen`.
screenGroupByScreenGroupIdAndOrgIdScreenGroupReads a single `ScreenGroup` that is related to this `Screen`.
castByCastIdCastReads a single `Cast` that is related to this `Screen`.
userByCreatedByUserReads a single `User` that is related to this `Screen`.
userByUpdatedByUserReads a single `User` that is related to this `Screen`.
screenEdgeScreensEdgeAn edge for our `Screen`. May be used by Relay 1.
orderBy[ScreensOrderBy!]The method to use when ordering `Screen`.