INPUT_OBJECT
UpdateSolutionTemplateInput
link GraphQL Schema definition
- input UpdateSolutionTemplateInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Free-text description of what the template sets up.
- : String
- # Name of the entity and its default text representation.
- : String
- # URL of the template preview image shown in the template gallery.
- : String
- # Full template definition: the blueprint canvas (placeholder record ids),
- # per-node creation blueprints and admin prerequisites. Instantiated into real
- # records on create-from-template; clients only ever read the derived
- # SolutionTemplateSchema projection. Full structure:
- # https://graphql.api-doc.pipelinersales.com/latest/graphql/space/solutiontemplateschema.doc.html
- : JSONString
- }