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
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Linked to #120 - convert the mutation error handling to add useful messaging to the response object (idiomatic graphql) and add custom error reporting events in the mutation code.
This would also require a modification to the lambda processing code to reflect on the response object errors key combined with HTTP error codes to determine processing failures.
The text was updated successfully, but these errors were encountered:
# (500 response) for the incoming mutation request
#
# Using 500 response status is not idomatic graphql
# but it is the easiest way to handle the lamdba function error processing
# as it stands, https://github.com/zooniverse/zoo-stats-api-graphql/blob/965ac156ad38281458fe347fdf9be5a21249db6d/kinesis-to-http/zoo-stats-api-graphql.py#L20
#
# Noting that graphql end points will return 200 even for errored states
zoo-stats-api-graphql/app/graphql/mutations/create_event_mutation.rb
Line 55 in fc45c16
Linked to #120 - convert the mutation error handling to add useful messaging to the response object (idiomatic graphql) and add custom error reporting events in the mutation code.
This would also require a modification to the lambda processing code to reflect on the response object
errors
key combined with HTTP error codes to determine processing failures.The text was updated successfully, but these errors were encountered: