https://kotlinlang.org logo
a

Andy Marwood

02/12/2020, 4:28 PM
Hi all! I don’t suppose anyone in here is using amex nodes library for talking to a GraphQL server? https://github.com/americanexpress/nodes If there is I don’t suppose you have managed to get
@GraphQLVariables
working with a different name to the argument you are assigning it to? For example (sorry if the syntax isn’t quite perfect):
query($dateFormat: String) { user(format: $dateFormat) { } }