CreateResourceInput
Import a new resource with a name and optional payload conforming to the resource type's schema.
input CreateResourceInput {
name: String!
payload: Map
}
Fields
CreateResourceInput.name ● String! non-null scalar {#name}
A human-readable name for this resource
CreateResourceInput.payload ● Map scalar {#payload}
Resource data conforming to the resource type's schema. Structure varies by type.
Member Of
createResource mutation