inputs
Links a mutation to its JSON Schema and UI Schema for form generation
directive @inputs(
ui_schema: String!
schema: String!
name: String!
) on FIELD_DEFINITION
Arguments
inputs.ui_schema ● String! non-null scalar {#ui-schema}
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)