Skip to content

How to implement enum array in laravel lighthouse #1

Description

@aliangm

I have just started developing with lighthouse and I would like to know how to deal with enum array in query.
type SearchRequest{
property_type_desired: [PropertyType]

}

enum PropertyType {
A,
B,
C,
D
}
Can you help me to deal with enum array?
Many thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions