INPUT_OBJECT

CreateAccountRelationTypeInput

link GraphQL Schema definition

  • input CreateAccountRelationTypeInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • color: Int!
  • # Simple text input field.
  • label: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by