You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our resolvers currently have functions that can produce a certain error or a result from the context layer below. We should add typespecs to all the functions in the resolvers and
Actual Behavior
At the moment there are no types for any errors or functions in the resolvers
Acceptance Criteria
The errors that can occur in the resolvers should have a type that is shown in the resolver specs, the functions should have their types specified
Steps to Reproduce the Problem
Our GraphQL resolvers don't have types for the errors and the functions
Specifications
Version:
The text was updated successfully, but these errors were encountered:
zacck-zz
changed the title
Build a type for the errors in resolvers
Specify a types for functions and errors in resolvers
Jul 4, 2018
Expected Behavior
Our resolvers currently have functions that can produce a certain error or a result from the context layer below. We should add typespecs to all the functions in the resolvers and
Actual Behavior
At the moment there are no types for any errors or functions in the resolvers
Acceptance Criteria
The errors that can occur in the resolvers should have a type that is shown in the resolver specs, the functions should have their types specified
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: