drupal-graphql / graphql

GraphQL integration for Drupal 9/10
287 stars 202 forks source link

Add examples for ENUMs implementations #1359

Open usmanublox opened 1 year ago

usmanublox commented 1 year ago

I am trying to add Enums for the schema in the .graphqls file but I see that version 4 doesn't include any thing related to the GraphQL Enums while previous version 3 includes Enum implementations like graphql_responsive_image implemented such thing.

I am not a graphql expert so may be I am missing it in the documenation so please guide me regarding it.