Is there something in the specs of GraphQL that prevents using a Int argument for a Long field? I have node in the schema that's using an argument of type Int. myNode ...
int[] arr = new int[5]; //5 int variable is created with thier default value as an array obj. --The above created array is capable of storing 5 integers. --In Java, arrays are treated as objects.