-
Notifications
You must be signed in to change notification settings - Fork 155
Graphql revampt #932
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
Graphql revampt #932
Conversation
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.
LGTM! 😄
| --- | --- | --- | --- | | ||
| `&` | `And` | For combining multiple search terms into a filter for entities that include all of the provided terms | | ||
| | | `Or` | Queries with multiple search terms separated by the or operator will return all entities with a match from any of the provided terms | | ||
| | | `Or` | Queries with multiple search terms separated by the or operator will return all entities with a match from any of the provided terms | |
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.
Should be |
, no?
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.
I mean with the backticks. Otherwise it will be interpreted as a new column by the Markdown parser, right?
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.
@MichaelMacaulay (in case you don't get a notification if I don't tag you, since this PR was already merged :P)
This reverts commit c9382c6.
No description provided.