Closed
Description
Hi, I'm new to GraphQL and have a quick question. I want to add a custom directive to the default directives including skip and included.
schema = GraphQLSchema(query, directives=specified_directives + [custom_directives])
However, the following TypeError occurs:
can only concatenate tuple (not "list") to tuple
I noticed that graph-core returns a list of these predefined directives, but graph-core-next returns a tuple. Is there a reason for this?
Metadata
Metadata
Assignees
Labels
No labels