-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Adding Description to the arguments and fields #149
Conversation
Some CI tools are set to require descriptions on fields and arguments RenoFi#148 Signed-off-by: Brandon Case <[email protected]>
Thanks! |
field :collection, [source_type], null: false, describe: "A collection of paginated #{graphql_name}" | ||
field :metadata, metadata_type, null: false, describe: "Pagination Metadata for navigating the Pagination" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
raises:
ArgumentError:
unknown keyword: :describe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that, i updated it to be description
Signed-off-by: Brandon Case <[email protected]>
@knapo Thanks for the review. I see you added the
|
The workflow seems to have a problem with other folks as well: pascalgn/automerge-action#236 Thanks for merging manually. |
Thanks, I'll look into automerge issue later. |
Description, motivation and context
Adding Description to the arguments and fields
Some CI tools are set to require descriptions on fields and arguments
Related issue(s) or PR(s)
#148