Design-Management: use GlobalID scalar
This uses the new GlobalID type in our GraphQL code. The benefits of this are that we move validation about static data to outer edges of the system, can remove validation code, and gain assurance about the IDs we accept in our system.
Showing
Please register or sign in to comment