Skip to main content

inputs

Links a mutation to its JSON Schema and UI Schema for form generation

directive @inputs(
ui: String!
schema: String!
name: String!
) on FIELD_DEFINITION

Arguments

inputs.ui ● String! non-null scalar {#ui}

URL to the UI Schema

inputs.schema ● String! non-null scalar {#schema}

URL to the JSON Schema

inputs.name ● String! non-null scalar {#name}

Schema name matching the mutation (e.g., createProject)