Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Created April 12, 2021 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyshain/68128825bd6d6a532873cf8c32f4f5ba to your computer and use it in GitHub Desktop.
Save dannyshain/68128825bd6d6a532873cf8c32f4f5ba to your computer and use it in GitHub Desktop.
@Data
public class GraphQLQuery {
private String query;
private Object variables;
}
@bachhavdipak
Copy link

bachhavdipak commented Feb 17, 2022

facing below issue while adding a query

error: cannot find symbol
       query.setQuery("{ company { name ceo coo } }");
            ^
 symbol:   method setQuery(java.lang.String)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment