INPUT_OBJECT

CreateSolutionTemplateInput

link GraphQL Schema definition

  • input CreateSolutionTemplateInput {
  • # 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).
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Free-text description of what the template sets up.
  • description: String
  • # Name of the entity and its default text representation.
  • name: String!
  • # URL of the template preview image shown in the template gallery.
  • previewImageUrl: 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
  • settings: JSONString!
  • }

link Require by