Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

11/20/22, 10:37 PM GraphQL Playground

New Tab

PRETTIFY HISTORY https://speedwork-test.gtech.asia/graphql COPY CURL


input: CompleteOrderInput kilometer: Int
rInput

1 # Write your query
TYPE or mutation here
DETAILS TYPE DETAILS
2

type CompleteOrderInput { The Int scalar type represents non-


fractional signed whole numeric values.
productInputList: Int can represent values between -
[OrderProductInput!] (2^31) and 2^31 - 1.

memberCode: String!
{ memberName: String! scalar Int

phoneNumber: String!

userName: String!

userCode: String!

discount: BigDecimal

terminal: String
ut
kilometer: Int

tax: BigDecimal
Hit the Play Button to
extProps: JSON
get a response here
remarkTenant: String

payMentType: String

payMent: String

payChannel: String

QUERY VARIABLES HTTP HEADERS TRACING

https://www.graphqlbin.com/v2/new 1/1

You might also like