Method: GraphQL::Pagination::Connection#arguments
- Defined in:
- lib/graphql/pagination/connection.rb
#arguments ⇒ Hash<Symbol => Object>
Returns The field arguments from the field that returned this connection.
57 58 59 |
# File 'lib/graphql/pagination/connection.rb', line 57 def arguments @arguments end |