Method: GraphQL::Schema::List#to_type_signature
- Defined in:
- lib/graphql/schema/list.rb
#to_type_signature ⇒ Object
21 22 23 |
# File 'lib/graphql/schema/list.rb', line 21 def to_type_signature "[#{@of_type.to_type_signature}]" end |