Skip to content
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

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

PatrykWalach
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@rbalicki2 rbalicki2 left a 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.

crates/isograph_compiler/src/field_directives.rs Outdated Show resolved Hide resolved
if let Some(directive) =
find_directive_named(&scalar_field_selection.directives, *LOADABLE_DIRECTIVE_NAME)
{
&|scalar_pointer_selection| {
Copy link
Collaborator

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?

crates/isograph_compiler/src/field_directives.rs Outdated Show resolved Hide resolved
crates/isograph_lang_types/src/client_field_declaration.rs Outdated Show resolved Hide resolved
crates/isograph_schema/src/isograph_schema.rs Outdated Show resolved Hide resolved
crates/isograph_schema/src/isograph_schema.rs Outdated Show resolved Hide resolved
crates/isograph_schema/src/isograph_schema.rs Show resolved Hide resolved
crates/isograph_schema/src/isograph_schema.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@rbalicki2 rbalicki2 left a 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!!

@rbalicki2 rbalicki2 force-pushed the process-client-pointer branch from c910e4f to 941d72a Compare November 12, 2024 04:11
crates/isograph_schema/src/isograph_schema.rs Outdated Show resolved Hide resolved
crates/isograph_schema/src/isograph_schema.rs Outdated Show resolved Hide resolved
crates/isograph_schema/src/isograph_schema.rs Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants