Roey Brecher
11/09/2020, 1:29 PMprefect.utilities.exceptions.ClientError: 400 Client Error: Bad Request for url: <http://10.0.4.45:4200/graphql>
This is likely caused by a poorly formatted GraphQL query or mutation. GraphQL sent:
query {
mutation($input: create_flow_from_compressed_string_input!) {
create_flow_from_compressed_string(input: $input) {
id
}
}
}
Is it expected that every minor change will require us to update our Server if we update the clients?Greg Roche
11/09/2020, 3:57 PMZanie
11/09/2020, 4:24 PMRoey Brecher
11/25/2020, 2:20 PM