You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.
I thought that to add types (Timestamp, PaginationMeta, Links etc ..) in a simple and intuitive way was to create a class that has a static method for each type and that calls it by passing the value of the query in the "resolve" so that can be processed independently. This allows me to call these methods staunchly and makes it easy to use them in multiple types.
What do you think?
UserType.php with TimestampType for data query=query+FetchUsers{users{id,name,timestamp{created_at,updated_at}}}
TypeRegistry all method that return Contracts type with resolve() function
TimestampType is type of time, you can add field to fields array
The text was updated successfully, but these errors were encountered:
I thought that to add types (Timestamp, PaginationMeta, Links etc ..) in a simple and intuitive way was to create a class that has a static method for each type and that calls it by passing the value of the query in the "resolve" so that can be processed independently. This allows me to call these methods staunchly and makes it easy to use them in multiple types.
What do you think?
UserType.php with TimestampType for data
query=query+FetchUsers{users{id,name,timestamp{created_at,updated_at}}}
TypeRegistry all method that return Contracts type with
resolve()
functionTimestampType is type of time, you can add field to fields array
The text was updated successfully, but these errors were encountered: