formSchema
No description
directive @formSchema(
name: String!
schema: String!
ui_schema: String!
) on FIELD_DEFINITION
Arguments
formSchema.name ● String! non-null scalar {#name}
Schema name matching the mutation (e.g., createProject)
formSchema.schema ● String! non-null scalar {#schema}
URL to the JSON Schema for validation
formSchema.ui_schema ● String! non-null scalar {#ui-schema}
URL to the UI Schema for form layout