We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several properties in the JSON schema are missing descriptions.
entities.<entity>.graphql.type.singular Add description: "Defines the singular GraphQL type name for the entity."
entities.<entity>.graphql.type.singular
entities.<entity>.graphql.type.plural Add description: "Defines the plural GraphQL type name for the entity."
entities.<entity>.graphql.type.plural
entities.<entity>.relationships.<relationship>.cardinality Add description: "Defines the cardinality of the relationship between entities."
entities.<entity>.relationships.<relationship>.cardinality
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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."The text was updated successfully, but these errors were encountered: