We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebeb265 commit 1487243Copy full SHA for 1487243
autoload/rails.vim
@@ -4768,12 +4768,12 @@ let s:default_projections = {
4768
\ "type": "model"
4769
\ },
4770
\ "app/graphql/types/*_type.rb": {
4771
- \ "affinity": "types",
+ \ "affinity": "type",
4772
\ "template": ["Types::{camelcase|capitalize|colons}Type = GraphQL::ObjectType.define do",
4773
\ " name \"{camelcase|capitalize|colons}\"",
4774
\ " description \"\"",
4775
\ "end"],
4776
- \ "type": "types"
+ \ "type": "type"
4777
4778
\ "app/serializers/*_serializer.rb": {
4779
\ "template": ["class {camelcase|capitalize|colons}Serializer < ActiveModel::Serializer", "end"],
0 commit comments