CreateLibraryResourceVersionPayload
The output of our create LibraryResourceVersion mutation.
type CreateLibraryResourceVersionPayload {
clientMutationId: String
libraryResourceVersion: LibraryResourceVersion
query: Query
workspace: Workspace
libraryResource: LibraryResource
parentFolder: LibraryResource
libraryResourceVersionEdge(
orderBy: [LibraryResourceVersionsOrderBy!] = [PRIMARY_KEY_ASC]
): LibraryResourceVersionsEdge
}
Fields
CreateLibraryResourceVersionPayload.clientMutationId ● String scalar
The exact same clientMutationId that was provided in the mutation input,
unchanged and unused. May be used by a client to track mutations.
CreateLibraryResourceVersionPayload.libraryResourceVersion ● LibraryResourceVersion object
The LibraryResourceVersion that was created by this mutation.
CreateLibraryResourceVersionPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
CreateLibraryResourceVersionPayload.workspace ● Workspace object
Reads a single Workspace that is related to this LibraryResourceVersion.
CreateLibraryResourceVersionPayload.libraryResource ● LibraryResource object
Reads a single LibraryResource that is related to this LibraryResourceVersion.
CreateLibraryResourceVersionPayload.parentFolder ● LibraryResource object
Reads a single LibraryResource that is related to this LibraryResourceVersion.
CreateLibraryResourceVersionPayload.libraryResourceVersionEdge ● LibraryResourceVersionsEdge object
An edge for our LibraryResourceVersion. May be used by Relay 1.
CreateLibraryResourceVersionPayload.libraryResourceVersionEdge.orderBy ● [LibraryResourceVersionsOrderBy!] list enum
The method to use when ordering LibraryResourceVersion.
Returned By
createLibraryResourceVersion mutation