data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

🥕[Bug]: JSON schema: Missing descriptions

Open JerryNixon opened this issue 1 year ago • 0 comments

Several properties in the JSON schema are missing descriptions.

Recommendation

entities.<entity>.graphql.type.singular Add description: "Defines the singular GraphQL type name for the entity."

entities.<entity>.graphql.type.plural Add description: "Defines the plural GraphQL type name for the entity."

entities.<entity>.relationships.<relationship>.cardinality Add description: "Defines the cardinality of the relationship between entities."

JerryNixon avatar Jan 13 '25 21:01 JerryNixon