Skip to content

Instantly share code, notes, and snippets.

@DeRain
Created January 8, 2017 19:45
Show Gist options
  • Save DeRain/7d0d5ce8b6f480102772099dd6ea64cc to your computer and use it in GitHub Desktop.
Save DeRain/7d0d5ce8b6f480102772099dd6ea64cc to your computer and use it in GitHub Desktop.
const DataType = new GraphQLObjectType({
name: 'data',
fields: {
paymentLoanOtherBank: {type: GraphQLString},
paymentLoanBridePhoneMobile: {type: GraphQLString}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment