• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

GraphQL on mobile

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know how to work with GraphQL from a mobile phone? It is very inconvenient when the interface is not optimized for a small screen, and the desktop version of the site cannot open. The code is almost invisible, and many tabs are located in an incomprehensible place.
 
Saloon Keeper
Posts: 7585
176
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch.

What do you mean by "work with GraphQL"? GraphQL is an API, and as such doesn't much care about its client or server environment. Do you have a specific client implementation that is hard to use? If so, which one?
 
Walter Scott
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Moores wrote:Welcome to the Ranch.

What do you mean by "work with GraphQL"? GraphQL is an API, and as such doesn't much care about its client or server environment. Do you have a specific client implementation that is hard to use? If so, which one?



Try to open SpaceX GraphQL API https://api.spacex.land/graphql on your phone for example, it's almost impossible to use
 
Marshal
Posts: 4501
572
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That looks like some kind of visual API explorer which is probably mean to be used to discover the information available through the API and perform test queries to see what kind of datasets would be returned.  I don't think it is really meant to be the primary way to view the data.
 
Sheriff
Posts: 5555
326
IntelliJ IDE Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What you have there is GraphiQL.

I'm interested in what you mean by this though?

the desktop version of the site cannot open

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic