Skip to content

Fix naming conventions and optional/required fields in company GraphQL schema#447

Merged
melnikovi merged 2 commits intomagento:masterfrom
magento-honey-badgers:company-schema-fixes
Oct 22, 2020
Merged

Fix naming conventions and optional/required fields in company GraphQL schema#447
melnikovi merged 2 commits intomagento:masterfrom
magento-honey-badgers:company-schema-fixes

Conversation

@melnikovi
Copy link
Member

@melnikovi melnikovi commented Oct 2, 2020

Problem

Fix naming conventions and optional/required fields.

Solution

Requested Reviewers


type CompanyRoleNameCheckResponse @doc(description: "Response object schema for a role name validation query.") {
isNameValid: Boolean @doc(description: "Role name validation result")
is_name_valid: Boolean @doc(description: "Role name validation result")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not super important. Boolean can be made mandatory. (Boolean!)

@melnikovi melnikovi merged commit 405c91f into magento:master Oct 22, 2020
@melnikovi melnikovi changed the title Fix naming conventions and optional/required fields Fix naming conventions and optional/required fields in company GraphQL schema Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants