-
I am doing something different not yet documented in the community and am blocked on the below scenario. Context:
In summary:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
2.: Isn't this a question to postgraphile community? ;) 4.: I don't see any resolver being set on 5.: Can't repro, field aliases work correctly in 6.: Fallback resolvers are only set for fields that don't have resolvers set on them. This de facto makes |
Beta Was this translation helpful? Give feedback.
2.: Isn't this a question to postgraphile community? ;)
4.: I don't see any resolver being set on
Query.metrics
nor root value being passed tographql_sync()
call, so this field will always resolve tonull
.5.: Can't repro, field aliases work correctly in
graphql-core
version Ariadne currently uses to execute queries.6.: Fallback resolvers are only set for fields that don't have resolvers set on them. This de facto makes
fallback_resolvers
andsnake_case_fallback_resolvers
mutually exclusive, as first fallback passed tomake_executable_schema
will set resolvers, making other one noop.