Mandatory arguments #25
Replies: 1 comment
-
Hello Fredrikp-ume, Thank you very much for your comment. The schema only defines the structure of the data, similar to a database schema
In the resolvers it is where it is determined what data will be returned from the query with respect to the input data. link to documentation
A resolver function receives four arguments:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
is it possible to specify that a value has to be provided when querying?
an example:
type Query { dataset(id: Int!): Dataset}
It crashes when I try to build the schema
cheers
Fredrik
Beta Was this translation helpful? Give feedback.
All reactions