Skip to content

Instantly share code, notes, and snippets.

@bholagabbar
Last active January 11, 2019 15:34
Show Gist options
  • Save bholagabbar/be4aba78c1930c53f09eb2fdefd554cb to your computer and use it in GitHub Desktop.
Save bholagabbar/be4aba78c1930c53f09eb2fdefd554cb to your computer and use it in GitHub Desktop.
type CreateSurveyResponseInput {
survey_id: String!,
customer_id: String!,
responses: [SurveyQuestionResponseInput]!,
order_id: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment