-
Notifications
You must be signed in to change notification settings - Fork 17
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
process client pointer #254
base: main
Are you sure you want to change the base?
process client pointer #254
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.
amazing work!!! so far just superficial changes. Love what I see.
if let Some(directive) = | ||
find_directive_named(&scalar_field_selection.directives, *LOADABLE_DIRECTIVE_NAME) | ||
{ | ||
&|scalar_pointer_selection| { |
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.
Hm... I think of a pointer as always a linked selection or pointing to an object, and scalar always being a field. The things that I think could work here (and below) are: scalar_selection
, scalar_field_selection
, and linked_selection
, linked_pointer_selection
, object_pointer_selection
, object_selection
I think scalar_field_selection
and object_pointer_selection
are the clearest. Wdyt?
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.
Okay, finished my review. Amazing work!!
c910e4f
to
941d72a
Compare
No description provided.