Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e556cd6

Browse files
committed
missed one
1 parent 9b3a535 commit e556cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.4/graphql/mutations/create-company-role.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ The `CompanyRoleCreateInput` object contains the following attributes:
122122

123123
Attribute | Data Type | Description
124124
--- | --- | ---
125-
`name` | String! | Role name.
126-
`permissions` | [String!]! | A list of Role permission resources. Required array value for a field with strings as values of array.
125+
`name` | String! | The name of the role to create
126+
`permissions` | [String!]! | A list of resources the role can access
127127

128128
## Output attributes
129129

0 commit comments

Comments
 (0)