Soren Daugaard
07/15/2021, 8:27 PMuuid
, _uuid
and UUID
. Their definitions look identical, all are SCALAR
values.
What is the purpose of having 3 different UUID types defined in the GraphQL schema?Soren Daugaard
07/15/2021, 8:28 PMgraphql-client
gem to communicate with the Prefect API.
The problem is name collisions when trying to define a Uuid
class.Soren Daugaard
07/15/2021, 8:29 PMprefect server run
, go to: localhost:4200
and execute:
query {
__schema {
types {
name
kind
}
}
}
nicholas
Zanie
Zanie
UUID
type to avoid complications with the auto-generated type.