__( 'Object that can be identified with a Database ID', 'wp-graphql' ), 'fields' => [ 'databaseId' => [ 'type' => [ 'non_null' => 'Int' ], 'description' => __( 'The unique identifier stored in the database', 'wp-graphql' ), ], ], ]); } }