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

Map scalar fields types to scalar GraphQL types #29

Closed
bdunogier opened this issue Oct 25, 2018 · 1 comment
Closed

Map scalar fields types to scalar GraphQL types #29

bdunogier opened this issue Oct 25, 2018 · 1 comment
Milestone

Comments

@bdunogier
Copy link
Owner

bdunogier commented Oct 25, 2018

Fields of type ezstring, ezinteger, ezboolean, ezfloat and eztext should be mapped to the matching native type, not to a custom type. It would simplify how they are requested:

{
  content {
    articles {
      title
      body { html }
    }
  }
}
bdunogier pushed a commit that referenced this issue Oct 25, 2018
Implements #29

Applies to ezstring, eztext, ezboolean, ezfloat and ezinteger.
Also removes the custom FieldValue types added for those types.
bdunogier pushed a commit that referenced this issue Oct 25, 2018
Implements #29

Applies to ezstring, eztext, ezboolean, ezfloat and ezinteger.
Also removes the custom FieldValue types added for those types.
@bdunogier
Copy link
Owner Author

Implemented in #30.

@bdunogier bdunogier added this to the 0.3 milestone Nov 5, 2018
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

No branches or pull requests

1 participant