mutation CreateRequest($input: RequestInput!) { createRequest(input: $input) { request { uuid productUuid quantity sourceLocationUuid userId } } }