JCM

#graphql-schema-design

Posts com a tag graphql-schema-design

    1. Client-Supplied Custom Sorting Using GraphQLIt’s not uncommon the need to sort/order data returned from an API, based on arguments sent by the client. With REST we could just use query-strings, but how to do it in GraphQL?